fix(memory): improve child retrieval and document BEAM v2 - #29
Open
hrw991009 wants to merge 5 commits into
Open
Conversation
Contributor
|
PR conflict. Could u help fix it? |
Propagate trusted applicability through hybrid retrieval and stabilize empty-stdin Codex preflight on macOS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #27
Summary
This PR improves OpenContext's core raw-message retrieval strategy and documents the resulting BEAM 128k evaluation.
The changes are divided into two main parts:
Retrieval optimizations
Reports
BEAM 128k result
The v2 run completed all 400 questions with zero final execution errors. Semantic and lexical candidates were visible for all questions, and the local reranker changed the candidate order for all 400 retrievals.
Remaining issues
Validation
@melandlabs/ai-rag: 10 tests passed@melandlabs/memory-store: 176 tests passed@melandlabs/shared: 73 tests passed@melandlabs/sqlite: 23 tests passed@melandlabs/rag: 30 tests passed@melandlabs/indexeddb: 10 tests passed@melandlabs/okf: 140 tests passedgit diff --checkpassedNo paid benchmark or external backend service is exercised by the test suite.